projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b29f15
)
(xscheme-start-hook): Change :version attribute to a string.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:04:05 +0000
(
03:04
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:04:05 +0000
(
03:04
+0000)
lisp/xscheme.el
patch
|
blob
|
history
diff --git
a/lisp/xscheme.el
b/lisp/xscheme.el
index 1ede4aff23fac55ffc31aad950bd266f14cd8f4a..ec1c973a1cc15cbea37cc96644f6668ad98840e6 100644
(file)
--- a/
lisp/xscheme.el
+++ b/
lisp/xscheme.el
@@
-76,7
+76,7
@@
Is processed with `substitute-command-keys' first."
When called, the current buffer will be the Scheme process-buffer."
:type 'hook
:group 'xscheme
- :version
20.3
)
+ :version
"20.3"
)
(defun xscheme-evaluation-commands (keymap)
(define-key keymap "\e\C-x" 'xscheme-send-definition)